Can we divide the class definition
2926
10-Nov-2010
How we can divide the class definition into multiple files
Pushpendra Singh
11-Nov-2010When working on large projects, spreading a class over separate files allows multiple programmers to work on it simultaneously.
When working with automatically generated source, code can be added to the class without having to recreate the source file.